Glaze preserves your content by escaping any <html> characters.

Your content should be stored as it was written. Escaping first makes it difficult when content is used outside of the web, such as in an app.

You can easily format what you write, adding <strong> or <em> just by interspersing text with the function `glazyPrepareElement(tagName, content)`.

Check values before displaying.

John Smith

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

These are already escaped & < >

Bangers & Mash

Updating this file by using:
php -f example-update.php

Check this file with the last version by using:
php -f example-check.php

You can download glaze.php from here: github.com/BurntCaramel/glaze